home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Diamond Collection / The Diamond Collection (Software Vault)(Digital Impact).ISO / cdr13 / read502.zip / READMAKE.DOC < prev    next >
Text File  |  1995-01-02  |  4KB  |  91 lines

  1. READMAKE.DOC
  2. 01/02/95
  3.  
  4. The READMAKE program makes any text file into an executable viewable file.  The
  5. viewer is a version of the READ program and supports backscrolling, EGA/VGA
  6. modes, searching, copying, and printing.  See the separate READ.DOC file for a
  7. description of the READ program's capabilities.  The only difference between
  8. viewing the file with READ vs viewing it in this self-viewable mode is that you
  9. can't specify any file specification when you use the self-viewable mode.
  10.  
  11. The self-viewable file uses the READ.INI file if one exists.  See READ.DOC for
  12. an explanation of this file.
  13.  
  14.  
  15. Syntax:
  16.  
  17.     READMAKE infile [ outfile ] [ /OVERWRITE | /-OVERWRITE | /OVERASK ]
  18.       [ /DATE=FILE | /DATE=TODAY | /DATE=NONE ] [ /TITLE="title" ] [ /? ]
  19.  
  20. where:
  21.  
  22. "infile" is the name of the text file you want to make self-viewable.  Full
  23. drive and path specifications are allowed.
  24.  
  25. "outfile" is the name of the executable file you want to create.  Any extension
  26. is ignored (it has to be an .EXE file).  You can specify a drive and path if
  27. desired.  If "outfile" is not specified, the routine will presume that the
  28. output file name is the same as the infile name, with an EXE extension.
  29.  
  30. "/OVERWRITE" says to overwrite the outfile if it already exists.
  31.  
  32. "/-OVERWRITE" says to abort if the output file exists already.
  33.  
  34. "/OVERASK" says to prompt if the output file exists already; default.
  35.  
  36. "/DATE=FILE" and "/DATE=TODAY" allow you to specify which date/time stamp will
  37. appear when the person views the file.  "/DATE=FILE" means they'll see the date
  38. and time that the original text file was last created/modified.  "/DATE=TODAY"
  39. means they'll see the date and time that you ran READMAKE on the file.  By
  40. default, they will see /DATE=TODAY.
  41.  
  42. "/DATE=NONE" says that no date/time stamp at all will be shown.  This allows the
  43. title to be up to 44 characters in length, instead of the normal 29.
  44.  
  45. "/TITLE="title"" allows you to specify a short (normally not to exceed 29
  46. characters) title line to appear at the bottom of the viewing screen.  Normally,
  47. this title should not exceed 29 characters.  If /DATE=NONE is specified, the
  48. title can be extended to 44 characters.  Any characters after the maximum length
  49. will be ignored.  The title must be provided within quotation marks.  If no
  50. title is provided, then the default title is "Text file viewer".
  51.  
  52. "/?" or "/HELP" or "HELP" shows you the syntax for the command.
  53.  
  54.  
  55.  
  56. Return codes:
  57.  
  58. READMAKE returns the following ERRORLEVEL codes:
  59.         0 = no problems
  60.       254 = internal problem finding string, contact Wayne Software
  61.       255 = syntax problems, file not found, or /? requested
  62.  
  63.  
  64. Author:
  65.  
  66. This program was written by Bruce Guthrie of Wayne Software.  It is free for use
  67. and redistribution provided relevant documentation is kept with the program, no
  68. changes are made to the program or documentation, and it is not bundled with
  69. commercial programs or charged for separately.  People who need to bundle it in
  70. for-sale packages must pay a $50 registration fee to "Wayne Software" at the
  71. following address.
  72.  
  73. Additional information about this and other Wayne Software programs can be found
  74. in the file BRUCEymm.DOC which should be included in the original ZIP file.
  75. ("ymm" is replaced by the last digit of the year and the two digit month of the
  76. release.  BRUCE312.DOC came out in December 1993.  This same naming convention
  77. is used in naming the ZIP file that this program was included in.) Comments and
  78. suggestions can also be sent to:
  79.  
  80.                 Bruce Guthrie
  81.                 Wayne Software
  82.                 113 Sheffield St.
  83.                 Silver Spring, MD 20910
  84.  
  85.                 fax: (301) 588-8986
  86.  
  87. See BRUCEymm.DOC file for additional contact information.
  88.  
  89. Foreign users:  Please provide an Internet e-mail address in all correspondence.
  90.  
  91.